home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vbrc10.zip / TEST.RC < prev    next >
Text File  |  1992-08-12  |  299b  |  18 lines

  1. /*---------------------------
  2.    TEST.RC resource script
  3.   ---------------------------*/
  4.  
  5. #include <windows.h>
  6.  
  7. test ICON test.ico
  8.  
  9. STRINGTABLE
  10. BEGIN
  11.     0,    "FORM1"        /*** NAME OF DIALOG TEMPLATE GOES HERE  ***/
  12. END
  13.  
  14.  
  15. rcinclude form1.dlg        /*** NAME OF VBRC OUTPUT FILE GOES HERE ***/
  16.  
  17.  
  18.